From: Richard M. Stallman Date: Thu, 15 Sep 1994 21:24:37 +0000 (+0000) Subject: (syms_of_textprop): Delete Lisp var interval-balance-threshold. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90301 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f2495b93d43488d819f57bd291296f7c4a8b596b;p=emacs.git (syms_of_textprop): Delete Lisp var interval-balance-threshold. --- diff --git a/src/textprop.c b/src/textprop.c index b6e8039adf8..796b29a04d5 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -1314,11 +1314,6 @@ copy_text_properties (start, end, src, pos, dest, prop) void syms_of_textprop () { - DEFVAR_INT ("interval-balance-threshold", &interval_balance_threshold, - "Threshold for rebalancing interval trees, expressed as the\n\ -percentage by which the left interval tree should not differ from the right."); - interval_balance_threshold = 8; - DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks, "If non-nil, don't call the text property values of\n\ `point-left' and `point-entered'.");